home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 305
- Top = 219
- Width = 266
- Height = 118
- BorderStyle = bsSizeToolWin
- Caption = 'Add song...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 125
- Height = 13
- Caption = 'Enter a name for the song:'
- end
- object Shape1: TShape
- Left = 8
- Top = 24
- Width = 240
- Height = 1
- end
- object Edit1: TEdit
- Left = 8
- Top = 32
- Width = 241
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 192
- Top = 64
- Width = 57
- Height = 20
- Caption = 'OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 128
- Top = 64
- Width = 57
- Height = 20
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-